home *** CD-ROM | disk | FTP | other *** search
/ Hyper Stacks 1994 May / Hyper Stacks (Pacific HiTech)(1994)[Mac].iso / MacTools / HyperCard BBS / Sysop Help / card_11147.txt < prev    next >
Encoding:
Text File  |  1988-08-11  |  2.0 KB  |  85 lines

  1. -- card: 11147 from stack: in
  2. -- bmap block id: 0
  3. -- flags: 0000
  4. -- background id: 2658
  5. -- name: Section 254
  6.  
  7.  
  8. -- part 3 (button)
  9. -- low flags: 00
  10. -- high flags: 4000
  11. -- rect: left=310 top=77 right=94 bottom=464
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 0 / 0
  14. -- text alignment: 1
  15. -- font id: 0
  16. -- text size: 12
  17. -- style flags: 0
  18. -- line height: 16
  19. -- part name: 
  20.  
  21.  
  22. -- part 4 (button)
  23. -- low flags: 00
  24. -- high flags: 4000
  25. -- rect: left=344 top=224 right=240 bottom=452
  26. -- title width / last selected line: 0
  27. -- icon id / first selected line: 0 / 0
  28. -- text alignment: 1
  29. -- font id: 0
  30. -- text size: 12
  31. -- style flags: 0
  32. -- line height: 16
  33. -- part name: 
  34.  
  35.  
  36. -- part 5 (button)
  37. -- low flags: 00
  38. -- high flags: 4000
  39. -- rect: left=376 top=288 right=300 bottom=493
  40. -- title width / last selected line: 0
  41. -- icon id / first selected line: 0 / 0
  42. -- text alignment: 1
  43. -- font id: 0
  44. -- text size: 12
  45. -- style flags: 0
  46. -- line height: 16
  47. -- part name: 
  48.  
  49.  
  50. -- part contents for background part 13
  51. ----- text -----
  52. Clearance and options
  53.  
  54. -- part contents for background part 28
  55. ----- text -----
  56. Introduction
  57. Setting up the BBS
  58. Running the BBS
  59. BBS Internals
  60. Appendices
  61.  
  62. -- part contents for background part 29
  63. ----- text -----
  64. Overview
  65. 1a: Hardware Pieces
  66. 1b: Software Pieces
  67. 2: Assembly
  68. 3: Customizing
  69.  
  70. -- part contents for background part 30
  71. ----- text -----
  72. Types of Customizing
  73. Message Sections
  74. Hyper House
  75. User Authorizations
  76.  
  77. -- part contents for background part 12
  78. ----- text -----
  79.  
  80.  
  81. Two security features are built into the UserList stack: clearance and options. These two fields are placed in the global variables userClear and userOpt. They can then be used to make decisions about what parts of Hyper House a user has access to. (Initially, userClear is set to "low", and userOpt is set to empty.)
  82.  
  83. The intention is that the clearance is a level, whereas the options are a list of authorization options.
  84.  
  85. Option "readAny" allows a user to read any messages, even private ones. Option "killAny" allows a user to kill any messages, even private ones.